pick time storing and convert time to 24 hours time base

This commit is contained in:
2025-11-13 21:45:06 +03:00
parent 590cc2c5e9
commit a62ba5028f
7 changed files with 87 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
import { FormItemProps, Form, DatePicker } from "antd";
import { DatePicker, Form, FormItemProps } from "antd";
import dayjs from "dayjs";
import type { DatePickerProps } from "antd";
import { UI_DATE_FORMAT, SERVER_DATE_FORMAT } from "utils/constants.ts";
import { SERVER_DATE_FORMAT, UI_DATE_FORMAT } from "utils/constants.ts";
export default function ProDateFormInput({
formItemProps,