Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: Getting date without time in Excel

$
0
0

Hi,

You can convert the date to string and export the data as shown below.

// Using date2str function
xlsWorkSheet.cells().item(row,3).value(date2Str(Table_name.StartDate, 213, 2, DateSeparator::Slash, 2, DateSeparator::Slash, 2,true));
//(or) xlsWorkSheet.cells().item(row,4).value(strfmt('%1', Table_name.StartDate));

Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>