Get current date
|
<?format-date:xdoxslt:sysdate_as_xsdformat(); ‘DD/MM/YYYY HH :MI AM’?>
|
Get Day from date
|
<?xdoxslt:get_day(‘2018-07-07’, $_XDOLOCALE)?>
|
Get Month from date
|
<?xdoxslt:get_month(‘2000-04-08’, $_XDOLOCALE)?>
|
Get Year from date
|
<?xdoxslt:get_year(‘2000-04-08’, $_XDOLOCALE)?>
|
Get Month Name
|
<?xdoxslt:month_name(7, 0, $_XDOLOCALE)?>
|
No comments:
Post a Comment