Some time ago I questioned using the date format dd.mm.yy for iso production.
The reply was that it would be available in Connect.
textnode.txt still shows:
#-----------------------------------------------------------------------------
# The DATE funtion has the format
# DATE (<date style>, <date format>)
# <date style> 0 - US style (month, day, year)
# 1 - European style (day, month, year)
# <date format> examples shown for US style (January 2 2014)
# 0 - 1-2-14
# 1 - 01-02-14
# 2 - 1-2-2014
# 3 - 01-02-2014
# 4 - 1/2/14
# 5 - 01/02/14
# 6 - 1/2/2014
# 7 - 01/02/2014
# 8 - 20140102
#-----------------------------------------------------------------------------
Has this changed?