Yurba Docs
Yurba Documentation

Get started

Accounts

Apps

Users

Relationships

Dialogs (Messages)

Tracks (MuseBase)

Photos

Posts

Comments

Safety

Other

Yurba CDN (cdn.yurba.one)

For Desktop Developers

METHOD unixToDate

Converts UNIX time format to human time format, returning the object

app.unixToDate(int UnixTime)

EXAMPLE

let date = app.unixToDate(1732258039); let formattedDate = `${date.day}.${date.month}.${date.year}, ${date.hours}:${date.minutes}:${date.seconds}`