mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
Added doc.tpl Fix charset
This commit is contained in:
parent
e764ea53f1
commit
53c8570f3c
8
doc.tpl
8
doc.tpl
@ -507,8 +507,8 @@ jQuery(function(){
|
||||
<br /><strong>kr</strong> - Korean
|
||||
<br /><strong>lt</strong> - Lithuanian (lietuviu)
|
||||
<br /><strong>lv</strong> - Latvian (Latviesu)
|
||||
<br /><strong>mk</strong> - Macedonian (Ìàêåäîíñêè)
|
||||
<br /><strong>mn</strong> - Mongolian (Ìîíãîë)
|
||||
<br /><strong>mk</strong> - Macedonian (Македонски)
|
||||
<br /><strong>mn</strong> - Mongolian (Монгол)
|
||||
<br /><strong>nl</strong> - Dutch
|
||||
<br /><strong>no</strong> - Norwegian
|
||||
<br /><strong>pl</strong> - Polish
|
||||
@ -520,7 +520,7 @@ jQuery(function(){
|
||||
<br /><strong>sk</strong> - Slovencina
|
||||
<br /><strong>sl</strong> - Slovenscina
|
||||
<br /><strong>sq</strong> - Albanian (Shqip)
|
||||
<br /><strong>sr</strong> - Serbian Cyrillic (Ñðïñêè)
|
||||
<br /><strong>sr</strong> - Serbian Cyrillic (Српски)
|
||||
<br /><strong>sr-YU</strong> - Serbian (Srpski)
|
||||
<br /><strong>sv</strong> - Svenska
|
||||
<br /><strong>th</strong> - Thai
|
||||
@ -540,7 +540,7 @@ jQuery(function(){
|
||||
<tr id="format">
|
||||
<td><a href="#format">format</a></td>
|
||||
<td>Y/m/d H:i</td>
|
||||
<td>Format datetime. <a href="http://php.net/manual/ru/function.date.php" target="_blank">More</a> Also there is a special type of <a href="#unixtime"><em>«unixtime»</em></a></td>
|
||||
<td>Format datetime. <a href="http://php.net/manual/ru/function.date.php" target="_blank">More</a> Also there is a special type of <a href="#unixtime"><em>«unixtime»</em></a></td>
|
||||
<td>
|
||||
<pre><code data-language="javascript">{format:'H'}
|
||||
{format:'Y'}{format:'unixtime'}</code></pre>
|
||||
|
Loading…
Reference in New Issue
Block a user