$DateJ: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc formatting)
m (misc formatting)
 
Line 18: Line 18:
<p>
<p>
The format for <var>$DateJ</var> is:</p>
The format for <var>$DateJ</var> is:</p>
<p class="syntax">$DATEJ(<span class="term">year-format</span>, <span class="term">fill-character</span>)
<p class="syntax">$DateJ(<span class="term">year-format</span>, <span class="term">fill-character</span>)
</p>
</p>
<p>
<p>

Latest revision as of 21:03, 6 October 2015

The $DateJ function returns the current Julian date as a 5- to 7-character string in one of these formats:

  • YY-DDD, format, for example, 97-342
  • CYY-DDD format, for example, 097-342
  • YYYY-DDD format, for example, 1997-342

The default is five characters. If $DateJ is stored as a field value, you can use this form to sort records chronologically.

Usage

When using $DateJ in field values, make sure that all values of $DateJ are in the same format. You get incorrect results when sorting records if you mix YYYY, CYY, and YY formats.

Syntax

The format for $DateJ is:

$DateJ(year-format, fill-character)

For further syntax details, see Overview of $Date functions.

If Model 204 encounters an error, the function returns all asterisks (*).