7
Views
3
Comments
Solved
format date

Hello 

I have a date displayed as 18 Oct 2022 14:42 I want to display it on this format: maa 17/08 08:45

Thank you 

2020-08-31 05-04-40
Rahul Jain
Solution

Hello ,

This might help. 

date.png
2023-08-28 09-08-29
Venkatesh Sundarajan
Solution

Hi Ibtissam,

We can use the "formatdatetime()" funciton to get the desired text output, kindly try this function to get the desired output.

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Logic/Built-in_Functions/Format#FormatDateTime

For example we can use like this,

Hope this helps!

UserImage.jpg
Ibtissam MS

Thank you guys

2020-08-31 05-04-40
Rahul Jain
Solution

Hello ,

This might help. 

date.png
2023-08-28 09-08-29
Venkatesh Sundarajan
Solution

Hi Ibtissam,

We can use the "formatdatetime()" funciton to get the desired text output, kindly try this function to get the desired output.

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Logic/Built-in_Functions/Format#FormatDateTime

For example we can use like this,

Hope this helps!

UserImage.jpg
Ibtissam MS

Thank you guys

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