From f9c10c324cc257a110e3daed3a7f929c98823930 Mon Sep 17 00:00:00 2001 From: Zac Spitzer Date: Fri, 8 Sep 2023 09:18:59 +0200 Subject: [PATCH] LDEV-4686 remove non existant function defintions https://luceeserver.atlassian.net/browse/LDEV-4686 --- .../src/main/java/resource/fld/core-lucee.fld | 79 +------------------ 1 file changed, 2 insertions(+), 77 deletions(-) diff --git a/core/src/main/java/resource/fld/core-lucee.fld b/core/src/main/java/resource/fld/core-lucee.fld index 34ccf44d06..00e7db41e3 100755 --- a/core/src/main/java/resource/fld/core-lucee.fld +++ b/core/src/main/java/resource/fld/core-lucee.fld @@ -325,39 +325,7 @@ You can find a list of all available timezones in the Lucee administrator (Setti boolean - - - - CurrencyFormat - lucee.runtime.functions.international.CurrencyFormat - date,string,formatting - Formats a number in a locale-specific currency format. - - number - currency_number - object - Yes - Currency value - - - type - string - No - local - - - - locale - locale - No - Locale to use instead of the locale of the page when processing the function - - - string - - - - + IsCurrency @@ -660,50 +628,7 @@ The function follows Java date time mask. For details, see the section Date and number - - - TimeFormat - lucee.runtime.functions.international.TimeFormat - date,string,formatting - Formats a time string to a given output using the current locale. - - time - any - Yes - date object - - - mask - string - No - short - - - - locale - locale - No - Locale to use instead of the locale of the page when processing the function - - - timezone - timezone - No - -A datetime object is independent of a specific timezone, it is only an offset in milliseconds from 1970-1-1 00.00:00 UTC (Coordinated Universal Time). -This means that the timezone only comes into play when you need specific information like hours in a day, minutes in a hour or which day it is since those calculations depend on the timezone. -For these calculations, a timezone must be specified in order to translate the date object to something else. If you do not provide the timezone in the function call, it will default to the timezone specified in the Lucee Administrator (Settings/Regional), or the timezone specified for the current request using the function setTimezone. -You can find a list of all available timezones in the Lucee administrator (Settings/Regional). Some examples of valid timezones: - - AGT (for time in Argentina) - - Europe/Zurich (for time in Zurich/Switzerland) - - HST (Hawaiian Standard Time in the USA) - - - - string - - - + monthShortAsString