Name | Summary | Category |
date->roll | [Date->Roll] adds a value to one or more of the fields of the date. Fields are specified as parameters to the tag and as many can be specified as desired. If a field overflows then other fields... | Date/Time |
date->set | [Date->Set] sets the current value for one field of the date. Requires one of the following keyword parameters. Setting modifies the date object in-place, but does not return a value. Only... | Date/Time |
date->timezone | [Date->Timezone] gets or sets the timezone field for a date object. Getting uses no parameters and returns the timezone value. Setting requires a string parameter. Setting modifies the... | Date/Time |
date->time | [Date->Time] returns the time of a specified Lasso date object cast using the [Date] method. | Date/Time |
date->parse | [Date->Parse] compares a string parameter against a date format. Returns True if the string parameter is in the proper date format or otherwise False. An optional -Format parameter specifies... | Date/Time |
date->max | [Date->Max] gets the maximum possible value for one field of the date. Requires one of the following keywords below. Only one maximum value can be fetched at a time. The maximum value is... | Date/Time |
date->min | [Date->Min] gets the minimum possible value for one field of the date. Requires one of the following keywords below. Only one minimum value can be fetched at a time. The minimum value is... | Date/Time |
date->setformat | [Date->SetFormat] sets the output date format for a particular date data type within a Lasso format file. The tag requires one parameter which defines how the date should be formatted. %D... | Date/Time |
date->subtract | [Date->Subtract] subtracts a duration from a Lasso date object. This method modifies the date object in-place but does not output a value. The first parameter is a Lasso date data type that... | Date/Time |
date->year | [Date->Year] is an accessor for getting or setting the year field for a date object. Getting uses no parameters and returns the year as an integer. Setting requires an integer... | Date/Time |
date->month | [Date->Month] is an accessor for getting or setting the day of month field for a date object. Getting uses no parameters and returns the month as an integer (1=January, 12=December). An... | Date/Time |
date->week | [Date->Week] is an accessor for getting or setting the week field for a date object. Getting uses no parameters and returns the week as an integer from 1 to 53 for a specified Lasso... | Date/Time |
date->weekOfYear | [Date->WeekOfYear] is an accessor for getting or setting the weekofyear field for a date object. Getting uses no parameters and returns the weekofyear as an integer from 1 to 53 for a... | Date/Time |
date->weekOfMonth | [Date->WeekOfMonth] is an accessor for getting or setting the weekofmonth field for a date object. Getting uses no parameters and returns the weekofmonth within the current month as an... | Date/Time |
date->PM | No description available. | Date/Time |
date->hourOfDay | [Date->HourOfDay] is an accessor for getting or setting the hourofday field for a date object. Getting uses no parameters and returns the hourofday as an integer. Setting requires an... | Date/Time |
date->minute | [Date->Minute] is an accessor for getting or setting the minute field for a date object. Getting uses no parameters and returns the minute as an integer. Setting requires an integer... | Date/Time |
date->second | [Date->Second] is an accessor for getting or setting the second field for a date object. Getting uses no parameters and returns the second value as an integer from 0 to 59. Setting... | Date/Time |
date->millisecond | [Date->Millisecond] is an accessor for getting or setting the millisecond field for a date object. Getting uses no parameters and returns the millisecond as an integer. Setting... | Date/Time |
date->zoneOffset | For the date's timezone, this method returns the raw offset from GMT in milliseconds. This value is dynamically computed based on the timezone and so it is read-only. | Date/Time |
date->yearWOY | [Date->YearWOY] is an accessor for getting or setting the yearwoy field for a date object. The value of the yearwoy field is a number indicating the extended year corresponding to the... | Date/Time |
date->julianDay | [Date->JulianDay] is an accessor for getting or setting the Julian day. The Julian day number is the integer part of the Julian date, or the interval of time in days since January 1, 4713 BC... | Date/Time |
date->millisecondsInDay | [Date->MillisecondsInDay] is an accessor for getting or setting the millisecondsinday field for a date object. Ranges from 0 to 23:59:59.999 (regardless of DST). Getting uses no parameters... | Date/Time |
date_format | [Date_Format] outputs a Lasso date object in a specified format. The method requires a date object as its first parameter, and a format string as its second parameter which defines how the date... | |
date_difference | [Date_Difference] calculates the difference between two dates and returns the results in either seconds, minutes, hours, days, or weeks between the two dates. The first two parameters can be... | Date |
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft