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

AFTER(<date to check>;<reference date>)

Description

AFTER compares two dates and determines whether the date in Column1 is after the date in Column2. This function returns a Boolean value, either true or false.

Examples

Column1

Column2

AFTER returns

Aug 2, 2011 3:55:03 PM

Oct 15, 2010 4:34:34

true

Aug 31, 2011 11:30:47 AM

Aug 31, 2011 11:30:47 AM

false

Apr 12, 1978 12:05:08 PM

Sep 1, 2009 9:18:36

false




  • No labels