Applies Base64 encoding of supplied data.
- Raw data such as a binary buffer
Base 64 encoded version of the input raw data.
Applies Base64 decoding of supplied encloded data.
- Data in Base64 encoding
Decodes version of the Base64 encoded input data.
Provides the long form of the day of week in the given locale, based in a numeric value in the range of 0 to 6.
- lang - Locale string (defaulted to gb-GB)
- idx - Number in the range of 0-6 (optional on initial call, mandatory on second call.)
String representing the long form of the day of week in the language of the given locale code.
Provides the long form of the month of year in the given locale, based in a numeric value in the range of 0 to 11.
- lang - Locale string (defaulted to gb-GB)
- idx - Number in the range of 0-11 (optional on initial call, mandatory on second call.)
String representing the long form of the month of year in the language of the given locale code.
Provides the short form of the day of week in the given locale, based in a numeric value in the range of 0 to 6.
- lang - Locale string (defaulted to gb-GB)
- idx - Number in the range of 0-6 (optional on initial call, mandatory on second call.)
String representing the short form of the day of week in the language of the given locale code.
Provides the short form of the month of year in the given locale, based in a numeric value in the range of 0 to 11.
- lang - Locale string (defaulted to gb-GB)
- idx - Number in the range of 0-11 (optional on initial call, mandatory on second call.)
String representing the short form of the month of year in the language of the given locale code.