mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
@@ -244,7 +244,9 @@ class _CreateVotePageState extends State<CreateVotePage> {
|
||||
padding: const EdgeInsets.symmetric(vertical: 4),
|
||||
child: Obx(
|
||||
() => Text(
|
||||
DateFormatUtils.longFormatD.format(_controller.endtime.value),
|
||||
DateFormatUtils.longFormatD.format(
|
||||
_controller.endtime.value,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user