Date: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''Date''' has three different meanings to BR. | '''Date''' has three different meanings to BR. | ||
*[[Date (internal function)]] | *[[Date (internal function)]] |
Latest revision as of 12:55, 6 March 2014
Date has three different meanings to BR.
- 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.