The only documentation for the hooks and filters are strictly related to what the hook does, what it's specifications are and then an example of how to use it. Beyond that, what you do with it is entirely up to your custom code.
The CSS Ready Classes aren't custom code, they are pre-defined built in features that you can use so that is why the documentation for that is much more detailed and explains exactly how to use them. It's more difficult to explain a customization when the customization could be anything.
The Date field uses the jQuery UI datepicker and stores the date in the date format that you see. Gravity Forms uses this date format for a variety of things such as sorting entries in the entry list when sorting by that field, etc. Because of that I wouldn't recommend changing the format that Gravity Forms is using for the date field.
If you need a date field with a date in a custom format then I would highly recommend using another field type. Either use a Single Input field and have the user type in the date, use the Input Mask feature of the Single Input field and create some sort of input mask for them to fill in... or implement it using Drop Down fields where the user selects them individually and you can position the fields side by side on the same row using the Ready Classes.
Posted 12 years ago on Wednesday December 21, 2011 |
Permalink