Skip to content

Date in Page #116

Answered by taufik-nurrohman
emdefikri asked this question in Q&A
Discussion options

You must be logged in to vote

Di tema bawaan, tampilan format tanggal dibuat supaya menyesuaikan bahasa yang aktif:

<?= $page->time->{r('-', '_', $site->language)}; ?>

Kalau mau dibuat spesifik ke format en tinggal diganti saja jadi:

<?= $page->time->en; ?>

Format id harusnya memang ditambahkan juga di ekstensi language, cuma Saya masih belum mantap di mana sebaiknya meletakkan dukungan format ini:

Time::_('id', '%A, %d %B %Y');

Referensi:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by taufik-nurrohman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
x.page Page extension. x.layout Layout extension.
2 participants