You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/misc/utils.ts
+4-2
Original file line number
Diff line number
Diff line change
@@ -211,13 +211,15 @@ export function parseRawInput<TDate>(rawValue: string,
211
211
* @param dateApi - Date api for manipulation with date
212
212
* @param dateTimeData - Object storing information about format
213
213
* @param valueProvider - Provider used for obtaining rounded value according format
214
+
* @param dateTimeFormat - Date time format type, optional, if not specified autodetection of format will be used, used when obtaining value from users input
* Sets internal value and fix lowest time difference
137
138
* @param value - Value to be set
139
+
* @param dateTimeFormat - Date time format type, optional, if not specified autodetection of format will be used, used when obtaining value from users input
0 commit comments