Forum Moderators: open
Does any one know of anything easy here? I have done my homework and going nuts because I can't find anything that will work with a non-system-generated date.
TIA
YYYY-MM-DD HH:MM:SSis a timestamp. If it is defined in your database as a column type of the same you can use either the database-specific Date and Time Functions or you can use standard SQL syntax to reformat the date. If it is not defined as such you should still be able to format that string as desired.