Get the ChameleonDateTime object as a string in the format specified in formatString
.
Use the format specifiers of the standard C strftime
function in formatString
. For example, if you want 19/01/2007 to be formatted as Jan. 19, 2007, you would use "%b. %d, %Y" for formatString
.