Moved this here to not clutter the 2.50 thread anymore. Last comment mentioned "without the need to create a combined format", but that isn't the problem. I don't create the combined format- it comes from the database combined.
MySQL gives me a DateTime like "2012-12-31 23:59:59". Other HTML formats are similar or may have a T like "2012-12-31T23:59:59" to show where the split is. None of the existing functions or the new function will process this way. I like keeping Date and Time together too otherwise the time portion will lose the link to the date and mess up Timezone and DST shifts.
Having a function to parse the full date and a 3rd Format variable to store the combined format and not interfere with the existing two would be ideal.
MySQL gives me a DateTime like "2012-12-31 23:59:59". Other HTML formats are similar or may have a T like "2012-12-31T23:59:59" to show where the split is. None of the existing functions or the new function will process this way. I like keeping Date and Time together too otherwise the time portion will lose the link to the date and mess up Timezone and DST shifts.
Having a function to parse the full date and a 3rd Format variable to store the combined format and not interfere with the existing two would be ideal.