Skip to contents

Easy to use string date to POSIXct convertor, with string dates in format Y-m-d or Y-m-d H:M:S. Any other format will result return NA. Timezone set for the conversion is 'GMT'

Usage

text_toDate(date)

Arguments

date

date to convert as a string, with format Y-m-d or Y-m-d H:M:S

Value

date as POSIXct

Examples