Iw datetime component

<< Click to Display Table of Contents >>

Navigation:  Forum >

Iw datetime component

Forum link

 

 

 


 

12-12-2023, 08:50 PM:

 

I am trying to move away from iw3rd party components.

 

Does anyone know if Iw has a component for date and time?

 

 

 


 

12-12-2023, 11:12 PM:

 

Try IWEdit, demo at:

 

https://github.com/Atozed/IntraWeb/tree/...InputTypes

 

 

 


 

12-13-2023, 05:20 AM:

 

BTW, this specific demo is online here: https://intraweb.net.br/iwedit/

 

 

 


 

12-13-2023, 10:32 PM:

 

Thanks. I was hoping to have the date and time combined into one component. I could combine them on the backend though.

 

 

 


 

12-15-2023, 10:18 PM:

 

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,

 

 

 


 

12-15-2023, 10:47 PM:

 

Next version will contain the new DateTimeLocal DataType:

 

[attachment=681]

 

biggrin

 

 

 


 

12-16-2023, 01:43 PM:

 

Thank you. I look forward to using it.

 

 

 


 

12-18-2023, 07:52 PM:

 

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.