With a date field set with DD/MM/YYYY format, in filegeodatabase, if I insert the date via calendar there is no problem, while if I calculate it via Calculate of PRO with a date > day 12, it inserts the date correctly; while if the date has a day less than twelve, it inserts the date in the MM/DD/YYYY format. Has anyone ever encountered this problem? And how did you solve it without having to force the calculation with Python every time?