mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update apps.md
This commit is contained in:
parent
8eee8db1ca
commit
b114ef3a05
1 changed files with 1 additions and 1 deletions
2
apps.md
2
apps.md
|
@ -31,7 +31,7 @@
|
|||
<script>
|
||||
function timeConverter(UNIX_timestamp) {
|
||||
var a = new Date(UNIX_timestamp*1000);
|
||||
var months = ['January','February','March','Aprir','May','June','July','August','September','October','November','December'];
|
||||
var months = ['January','February','March','April','May','June','July','August','September','October','November','December'];
|
||||
var year = a.getFullYear();
|
||||
var month = months[a.getMonth()];
|
||||
var date = a.getDate();
|
||||
|
|
Loading…
Reference in a new issue