B
Bobby Edward
In mysql the db stores date/time as this: yyyy-mm-dd
Is there an easy way to convert it to mm/dd/yyyy?
How about if it shows up in a datagrid column?
How about if the time is appended. For example, my sql is this format:
yyyy-mm-dd hh:ss:mm (no AM/PM)
Is there an easy way to convert it to mm/dd/yyyy?
How about if it shows up in a datagrid column?
How about if the time is appended. For example, my sql is this format:
yyyy-mm-dd hh:ss:mm (no AM/PM)