$time = Yii::t('user', '{0, date, MMMM dd, YYYY HH:mm}', [$model->date]);
in my localhost $time is persian (jalali) and after upload $time is english(Gregorian )
how can i change my $time to jalali (perisan)????
$time = Yii::t('user', '{0, date, MMMM dd, YYYY HH:mm}', [$model->date]);
in my localhost $time is persian (jalali) and after upload $time is english(Gregorian )
how can i change my $time to jalali (perisan)????
Copyright © 2021 Jogjafile Inc.
You should set the timestamp property time_zone as shown bellow:
Another way you can use this function to convert Gregorian to Persian after upload: