103
Views
6
Comments
how to write date into input textbox ,

how to write date into input textbox , its not allow entery or copy and paste dates 


2022-12-06 12-05-25
Michael Gliddon

Hi Omar,


What exactly is the problem? Is it that you don't want the input to turn into a datepicker? if so then you will need to change the type of the input to be text in the properties:

But please note your variable that you're saving to must be of the same type!


Hope this helps

UserImage.jpg
Omar AbdElhadi

i need the variable type to be date time !! 

2022-12-06 12-05-25
Michael Gliddon

It does allow you to type it in if you click directly on the date 

Alternatively you can have it as a text as suggested and use the TextToDateTime() function

UserImage.jpg
Omar AbdElhadi

i used text variable and put input type text but it didnt work !!! i still cant edited by hand

2022-12-06 12-05-25
Michael Gliddon

Is your input set to enabled? Are you able to attach your .oml so I can take a look?

2025-04-30 07-30-15
Sanjay Bankar

@Omar AbdElhadi  

Hello Omar i think you are using DatePicker Widget and there you will not be allowed  to enter Date Manually there you have can only select required date from calendar. 

Better you can take one input widget and set its variable which will be of data type "Date" and then do required operation.

Let me know if anything is required from my side.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.