Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax 

ExcelConverter(<integer>)

Description

Converts integer dates from Excel to a date.

Examples

Excel formulaExcel resultExcelConverter returns

=DATEVALUE("2011-08-22“)

40777Aug 22, 2011 12:00:00 AM

=DATEVALUE("2011/02/23“)

40597Feb 23, 2011 12:00:00 AM
=DATEVALUE("5-JUL")

42190

Jul 5, 2015 12:00:00 AM

Datameer X always uses the following format:

Three character month abbreviation (space) two digit day (comma)(space) four digit year (space) two digit hour (colon) two digit minute (colon) two digit second (space) two character meridiem notation.

(e.g., 12.01.2012 gets transferred to Jan 12, 2012 12:00:00 AM)

When selecting a pattern, you select the way the data gets parsed (your input format, this can be connected to your systems representation of dates and times).




  • No labels