Fixes the standard Acrobat JavaScript util Object on mobile viewers only

Item Index

Methods

Methods

printd

(
  • cFormat
  • oDate
)
Date static

Converts a Date object into a date String.

Parameters:

Parameter
Type
Description
cFormat
String

The date and time format. It can be one of the following types:

oDate
Date

The date to convert.

Returns:

scand

(
  • cFormat
  • cDate
)
Date static

Converts a date string into a JavaScript Date object. To maintain compatibility with Acrobat the desktop version, it accepts the same arguments but the first argument is ignored and the date is converted using the standard Date.parse() method.

Parameters:

Parameter
Type
Description
cFormat
String

ignored

cDate
String

The date to convert.

Returns: