Date: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
*[[Date (Format Specification)]] | *[[Date (Format Specification)]] | ||
:The Date format spec is a [[format spec]] useful for [[Grid and List]] that stores data internally as a number (the days value) yet displays it as a printed date. This is useful because | :The Date format spec is a [[format spec]] useful for [[Grid and List]] that stores data internally as a number (the days value) yet displays it as a printed date. This is useful because Grid and List can sort based on the date value. | ||
<noinclude> | <noinclude> | ||
[[Category:disambiguation]] | [[Category:disambiguation]] | ||
</noinclude> | </noinclude> |
Revision as of 12:54, 6 March 2014
Date has three different meanings to BR.
Date is an Internal Function, a Command, and a Format Specification.
- Date and Date$ are both functions that convert dates from days values into readable dates. These functions also have the ability to print the current date.
- The Date command is a command that you execute with the execute statement. It sets the internal BR date.
- The Date format spec is a format spec useful for Grid and List that stores data internally as a number (the days value) yet displays it as a printed date. This is useful because Grid and List can sort based on the date value.