I have a data table created from an read range of an Excel File. There I have a column with dates that I need. This column is in Date format: 05/08/2020
When I get the date: row(“date”).toString the date becomes:
[08/05/2020 00:00:00]
Now, what I want is the serial number of this date, or the OA Date (I think).
In this link, the issue is opposite:
I need to get the serial number. Thanks for any help!