Atozed Forums

Full Version: Iw datetime component
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to move away from iw3rd party components.

Does anyone know if Iw has a component for date and time?
BTW, this specific demo is online here: https://intraweb.net.br/iwedit/
Thanks. I was hoping to have the date and time combined into one component. I could combine them on the backend though.
When the new IW input types were developed, Firefox and Safari didn't support the datetime-local which combines the date and the time parts into a single input.

This support has been introduced in recent versions so we will also implement the datetime-local input type in a next update.

Cheers,
Next version will contain the new DateTimeLocal DataType:

[attachment=681]

Big Grin
Thank you. I look forward to using it.
I know this is picky and may not be possible, but our users like to be able to paste the datetime like "12/25/2023 01:33:05 pm" into the input field of the datetime component. Do you know if you can setup the component to allow a paste of the datetime into it? If not, I can do it through an edit box.