xxxxxxxxxx
moment.locale(); // en
moment().format('LT'); // 12:54 AM
moment().format('LTS'); // 12:54:21 AM
moment().format('L'); // 05/09/2022
moment().format('l'); // 5/9/2022
moment().format('LL'); // May 9, 2022
moment().format('ll'); // May 9, 2022
moment().format('LLL'); // May 9, 2022 12:54 AM
moment().format('lll'); // May 9, 2022 12:54 AM
moment().format('LLLL'); // Monday, May 9, 2022 12:54 AM
moment().format('llll'); // Mon, May 9, 2022 12:54 AM
xxxxxxxxxx
moment.locale(); // uz-latn
moment().format('LT'); // 18:53
moment().format('LTS'); // 18:53:13
moment().format('L'); // 06/02/2023
moment().format('l'); // 6/2/2023
moment().format('LL'); // 6 Fevral 2023
moment().format('ll'); // 6 Fev 2023
moment().format('LLL'); // 6 Fevral 2023 18:53
moment().format('lll'); // 6 Fev 2023 18:53
moment().format('LLLL'); // 6 Fevral 2023, Dushanba 18:53
moment().format('llll'); // 6 Fev 2023, Dush 18:53