Working with LC ES2 yet.The datetime field has the following
patterns:display: date{D de 'MMMM' de 'YYYY}edit: date{DD/MM/YYYY}data:
date{DD/MM/YYYY}Well, I need to assign the current date as default, in
this no problem, I can do:--- ...:: ready: layout ---if (this.rawValue
== null) { this.rawValue = util.printd ("dd / mm / yyyy", new Date
());}I need to show to user the formatted date "of hmm xx of yyyy" (as
indicate display pattern), but at the same time, the XML data is stored
as "xx/mm/yy" (...