CQ5 datetime widget question
hi,
can please tell me how value of datetime xtype widget component?
for string use properties.get("name"), datetime should use?
thank you!
properties.get("name") return calendar object in case. if want java.util.date, use properties.get("name", date.class).
More discussions in Archived Spaces
adobe
Comments
Post a Comment