how to write date into input textbox , its not allow entery or copy and paste dates
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
i need the variable type to be date time !!
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
i used text variable and put input type text but it didnt work !!! i still cant edited by hand
Is your input set to enabled? Are you able to attach your .oml so I can take a look?
@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.