aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/date-fns/esm/locale/th/_lib/formatLong
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/date-fns/esm/locale/th/_lib/formatLong')
-rw-r--r--node_modules/date-fns/esm/locale/th/_lib/formatLong/index.js34
1 files changed, 34 insertions, 0 deletions
diff --git a/node_modules/date-fns/esm/locale/th/_lib/formatLong/index.js b/node_modules/date-fns/esm/locale/th/_lib/formatLong/index.js
new file mode 100644
index 0000000..2fe6226
--- /dev/null
+++ b/node_modules/date-fns/esm/locale/th/_lib/formatLong/index.js
@@ -0,0 +1,34 @@
+import buildFormatLongFn from "../../../_lib/buildFormatLongFn/index.js";
+var dateFormats = {
+ full: 'วันEEEEที่ do MMMM y',
+ long: 'do MMMM y',
+ medium: 'd MMM y',
+ short: 'dd/MM/yyyy'
+};
+var timeFormats = {
+ full: 'H:mm:ss น. zzzz',
+ long: 'H:mm:ss น. z',
+ medium: 'H:mm:ss น.',
+ short: 'H:mm น.'
+};
+var dateTimeFormats = {
+ full: "{{date}} 'เวลา' {{time}}",
+ long: "{{date}} 'เวลา' {{time}}",
+ medium: '{{date}}, {{time}}',
+ short: '{{date}}, {{time}}'
+};
+var formatLong = {
+ date: buildFormatLongFn({
+ formats: dateFormats,
+ defaultWidth: 'full'
+ }),
+ time: buildFormatLongFn({
+ formats: timeFormats,
+ defaultWidth: 'medium'
+ }),
+ dateTime: buildFormatLongFn({
+ formats: dateTimeFormats,
+ defaultWidth: 'full'
+ })
+};
+export default formatLong; \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage