Hi,
Is there any plans to support alphanumeric date formats like dd-MMM-yyyy in the editor input box? Thanks.
Fred
Viktor Snezhko"] Hi Svetlana, There are no plans to support month-letters (MMM format) in edit mode.
Hi Svetlana,
There are no plans to support month-letters (MMM format) in edit mode.
Thanks, Viktor.
Can this be added to the wish list and what is the likelihood of this to be implemented in the near future?
Thanks,
Svetlana
Are there still no plans for supporting MMM format in edit mode for any of the following:
Support for MMM format in edit mode means completely different implementation of logic in ig_WebDropDown.js file (which is used by WebDateChooser on client). Of course anybody may alter that javascript and find workaround, but I think that feature might take not less than few months of work without any guarantee on success.
Thank you Viktor. I now got it. Assuming that in edit mode there is no way to have MMM format and if we want the month appear first in the edit mode then the ShortDatePattern should be set as MMM-dd-yyyy and a separator should be considered.
So the issue remains for us as we need the format to be set as dd-MMM-yyyy.
Do you think there is any way to alter javascript so the month can appear as MMM as a workaround?