21
Views
6
Comments
Solved
Reactive app - Date time input have wrong format suggestion
Question


Good morning everyone, 

when I use the datepicker component the data format suggestion is incorrectly entered "dd-----yyyy".

Do you know how to solve the problem? A thousand thanks 

Giacomo

datepicker.JPG
2021-10-17 12-36-16
Amreen Shaikh
Solution

Hi 

Please check if you have applied any format here in above ss.

Or else you have set variable data type with some default format.


Regards,

Amreen

2023-05-12 11-01-41
Giacomo Socini

Hi Amreen,

I use another component. Do you have solution for my case?


Thanks

Giacomo

date.JPG
2021-03-08 09-24-09
Rúben Meireles

Hi Giacomo,

With an input of the type date you do not have control over the format of the date, that will be up to the browser and the language you are using :)

As other users suggested to be able to define a date format you will need to use a component, I suggest the  DatePiker from OutsystemsUI.

Hope this helps,

RĂºben


2025-01-09 14-56-57
IQ78

Hi there,

I also use the component with many troubles:

Try to workaround using an input widget with data type Date:

 


 and play with callback On Change Event:

and use Data Conversion -if needed - like DateTimeToText:

May this helps.




2021-10-17 12-36-16
Amreen Shaikh


Can you make the Input Type to date time and check?

2024-06-24 04-49-49
Princi

Hi @Giacomo Socini 

Please check the attached screenshot. When you hover into the DateFormat property. 

You'll get the multiple options for set your date format. You can add any format as mentioned in the options.

Thanks and Regards

Prince Kumar

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