dt.iso8601([n=0]) â string
dt.xmlschema([n=0]) â string
dt.xmlschema([n=0]) â string
Instance Public methods
This method is equivalent to strftime('%FT%T'). The optional argument n is length of fractional seconds.
1 2 | DateTime.parse( '2001-02-03T04:05:06.123456789+07:00' ).iso8601( 9 ) #=> "2001-02-03T04:05:06.123456789+07:00" |
Please login to continue.