19
Views
2
Comments
Solved
dateformat

Hi Team,

How to convert the date field which is of type date from 2022-12-31 to 2022-12

2016-04-22 00-29-45
Nuno Reis
 
MVP
Solution

@Bruno Rendeiro , the question is not DataGrid.

@R.kar  you can use FormatDateTime(DateTime, "YYYY-MM").

Here is the complete how to.

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


2016-04-22 00-29-45
Nuno Reis
 
MVP
Solution

@Bruno Rendeiro , the question is not DataGrid.

@R.kar  you can use FormatDateTime(DateTime, "YYYY-MM").

Here is the complete how to.

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


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