I need a date to be formatted as 01/01/2014. When I use H2 TO_CHAR function I get following results
CALL TO_CHAR(sysdate, 'mm/dd/yyyy') gives 5/22/2014 instead of 05/22/2014 Is there a way to use TO_CHAR to get the date in the format I am expecting? -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
