Component
Date Component
13 language-reference entries were extracted for this component.
- Fnd_Date_Calendar The Fnd_Date_Calendar routine displays a small calendar window and allows the user to select a date which is stored in the field or variable that the parameter points to. The...
- Fnd_Date_DateAndTimeToISO This function returns an ISO 8601 formatted date or date-time value. If only a date is supplied, a calendar date is returned in the format YYYY-MM-DD. If both a date and time...
- Fnd_Date_DateToString
- Fnd_Date_EndOfMonth This function returns the last day of the month passed. $endofthemonth_d:=Fnd_Date_EndOfMonth ([Invoice]InvoiceDate)
- Fnd_Date_EntryFilter This method interprets what has been entered as a date. If the function key is pressed, the following actions take place.
- Fnd_Date_Info This function returns the requested information about the Date component. $version_t:=Fnd_Date_Info ("version")
- Fnd_Date_ISOtoDate This function returns the date value from an ISO 8601 formatted date. The input can be in either of these formats: YYYY-MM-DD or YYYY-MM-DDThh:mm:ss...
- Fnd_Date_ISOtoTime This function returns the time value from an ISO 8601 formatted date-time string. The input can be in either of these formats: YYYY-MM-DDThh:mm:ss or hh:mm:ss...
- Fnd_Date_MonthName This function returns name of the month with the specified number. This routine will use Foundation's Localization routine, if it is available, to return the localized month...
- Fnd_Date_RoundTime This function rounds the time based on the rounding option, default is to round to the nearest quarter hour. If option is 1, round up or down to the nearest quarter hour. If...
- Fnd_Date_StringToDate 04 or 4 Returns the 4th day of the current month 74, 704 and 074 are not supported "Today" returns the $today_date "Yesterday" returns the $today_date -1 "Tomorrow" returns the...
- Fnd_Date_SystemDateFormat This function returns a string that can be used in If and Case statements to test the current system's date format. It will return Y, M, and D based in the following format:...
- Fnd_Date_YearMonthDayToDate This function returns the date equivalent of the year, month and day passed. $date_d:=Fnd_Date_YearMonthDayToDate (2001;12;3)