Actually, the type system allows you to define what the format must be for date and datetime for your platform. Its simply subclassing the stock DateType or DatetimeType and changing the pattern. So I dont think that having a format attribute is needed in the param tag.
Let me know if you were thinking about some other use for it.
Thanks
Sujit
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
May be add new attribute for "param" tag - format, it will be usefull for types "date","datetime" and etc ...
Hi,
Actually, the type system allows you to define what the format must be for date and datetime for your platform. Its simply subclassing the stock DateType or DatetimeType and changing the pattern. So I dont think that having a format attribute is needed in the param tag.
Let me know if you were thinking about some other use for it.
Thanks
Sujit