Learn R Programming

SASdates (version 0.1.0)

iso8601dt: Convert date and time to ISO8601 format

Description

Convert date and time to ISO8601 format

Usage

iso8601dt(date, time, informat)

Value

Date and time in ISO8601 format

Arguments

date

Input date

time

Input time

informat

Input date format

Examples

Run this code
iso8601dt(date = "19-10-1994",time = "10:10",informat = "%Y-%m-%d %H:%M")

Run the code above in your browser using DataLab