Hi, if you are referring to Datepicker – it will use date format settings as set on Settings->General (Date Format)
No, it doesn’t use the Date Format specified under Settings > General.
*That* is the problem. As the developer you should know about that because this was mentioned in this board several times. Also it was discussed a lot on your own webpage:
http://wp-types.com/forums/topic/date-field-format/
Anyway. Here is the solution.
—
The “real” solution is to change some PHP in this file:
/ plugins / types / embedded / includes / fields / date / functions.php
In the function wpcf_get_date_format() in this file the default format is defined. This needs to be changed if you want the format in the backend to be displayed different then F j, Y
also you might need to use this “manual” to make it bulletproof
http://wordpress.org/support/topic/date-format-in-backend?replies=3
—