Commit 1c197ba1 authored by Valentin Skripnikov's avatar Valentin Skripnikov

-

parent 301eda62
......@@ -139,6 +139,13 @@ AS.FORMS.DateUtils
* ``${MM}``, ``${M}`` - минуты
* ``${SS}``, ``${S}`` - секунды
Пример вызова:
.. code-block:: js
-> AS.FORMS.DateUtils.formatDate(new Date(), '${dd}.${mm}.${yyyy}');
<- "31.10.2017"
:returns: ``string`` Значение даты согласно формату
.. js:function:: getMonthName(monthNumber)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment