jsDateToMMDDYYYY
Converts the JavaScript Date object pJavaScriptDate to a string in the format MM/DD/YYYY.
Version
1.4
Parameters
Parameter | Type | Description |
---|---|---|
pJavaScriptDate | JavaScript date | JavaScript date object. |
Returns
Returns the date as a string in the format MM/DD/YYYY.
Notes
Use this function to display a JavaScript date in the format MM/DD/YYYY. Do not use the result of this function directly to compare against another date.