![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Receives two arguments: one of a year number, and another with a number of days in the year. More...
Public Member Functions | |
Number | getValue (Number x, Number y) |
Static Public Attributes | |
static final FormatDate | instance = new FormatDate() |
The single publicly accessible instance of this function. | |
Receives two arguments: one of a year number, and another with a number of days in the year.
Returns as its output the number of days elapsed since 1/1/1977.
Definition at line 27 of file FormatDate.java.