XDate is to convert a date object into text with various formats.
You can build a date string with fexible object oriented interfaces.
Make a XDate instance from a date object.
Make a XDate instance from a text.
Return a text of the date object with the format defined in the system.
Return a date part of the date object as a text with the format defined in the system.
Return a time part of the date object as a text with the format defined in the system.
Return a string of the date with the "W3C-DTF" format.
Return a string of the date with the "RFC822" format.
set format of output of the year text returned with y
Return year as a text.
set format of output of the month text returned with mo.
Return month as text.
set whether month, day, hour, minute and second have a leading zero or not.
Return day as text.
set the format of weekday returned by w.
Return weekday name in English.
Return hour as text.
Return minute as text.
Return second as text.
Return time to GMT as text.