We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dates.format
1 parent 680803c commit 60f0057Copy full SHA for 60f0057
stdlib/Dates/src/io.jl
@@ -713,7 +713,7 @@ except that it does not truncate values longer than the width.
713
When creating a `format` you can use any non-code characters as a separator. For example to
714
generate the string "1996-01-15T00:00:00" you could use `format`: "yyyy-mm-ddTHH:MM:SS".
715
Note that if you need to use a code character as a literal you can use the escape character
716
-backslash. The string "1996y01m" can be produced with the format "yyyy\\ymm\\m".
+backslash. The string "1996y01m" can be produced with the format raw"yyyy\\ymm\\m".
717
"""
718
function format(dt::TimeType, f::AbstractString; locale::Locale=ENGLISH)
719
format(dt, DateFormat(f, locale))
0 commit comments