![]() |
Iw datetime component - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Iw datetime component (/thread-3703.html) |
Iw datetime component - joelcc - 12-12-2023 I am trying to move away from iw3rd party components. Does anyone know if Iw has a component for date and time? RE: Iw datetime component - PaulWeem - 12-12-2023 Try IWEdit, demo at: https://github.com/Atozed/IntraWeb/tree/master/15/Delphi/NewInputTypes RE: Iw datetime component - Alexandre Machado - 12-13-2023 BTW, this specific demo is online here: https://intraweb.net.br/iwedit/ RE: Iw datetime component - joelcc - 12-13-2023 Thanks. I was hoping to have the date and time combined into one component. I could combine them on the backend though. RE: Iw datetime component - Alexandre Machado - 12-15-2023 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, RE: Iw datetime component - Alexandre Machado - 12-15-2023 Next version will contain the new DateTimeLocal DataType: [attachment=681] ![]() RE: Iw datetime component - joelcc - 12-16-2023 Thank you. I look forward to using it. RE: Iw datetime component - joelcc - 12-18-2023 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. |