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
29eaf0362b
commit
8eee8db1ca
1 changed files with 3 additions and 3 deletions
6
apps.md
6
apps.md
|
@ -26,12 +26,12 @@
|
|||
</div>
|
||||
</script>
|
||||
<br />
|
||||
<div class="alert alert-info">Official applications are free softwares.</div>
|
||||
<div class="alert alert-info">Official applications are under free licences.</div>
|
||||
|
||||
<script>
|
||||
function timeConverter(UNIX_timestamp) {
|
||||
var a = new Date(UNIX_timestamp*1000);
|
||||
var months = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];
|
||||
var months = ['January','February','March','Aprir','May','June','July','August','September','October','November','December'];
|
||||
var year = a.getFullYear();
|
||||
var month = months[a.getMonth()];
|
||||
var date = a.getDate();
|
||||
|
@ -80,4 +80,4 @@ $(document).ready(function () {
|
|||
});
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</script>
|
Loading…
Add table
Reference in a new issue