strptime
-style Format Stringsstrptime
/strftime
-style
format strings to stri_datetime_parse
and stri_datetime_format
functions.stri_datetime_fstr(x)
strptime
. Most of the formatters
of the form %x
, where x
is a letter, are supported.
Moreover, each %%
is replaced with %
.Warnings are given in case of %x
, %X
, %u
, %w
,
%g
, %G
, %c
, %U
and %W
as in such circumstances either
stri_datetime_add
,
stri_datetime_add<-
;
stri_datetime_create
;
stri_datetime_fields
;
stri_datetime_format
,
stri_datetime_format
,
stri_datetime_parse
;
stri_datetime_now
;
stri_datetime_symbols
;
stri_timezone_get
,
stri_timezone_set
;
stri_timezone_info
;
stri_timezone_list
stri_datetime_fstr("%Y-%m-%d %H:%M:%S")
Run the code above in your browser using DataLab