I'm using a date field and have set the dateFormat in the js_options. That works great. However, when editing an existing post, the existing date is formatted displayed as it was saved in the database. Is there currently a way to have the existing date formatted using the dateFormat parameter when the form loads?
If not, I can just write some javascript code to do it, but I wanted to check to see if there was an existing way to do it before I do that.