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
This options changes second date to include full date-time of the day, like normal human thinks about time ranges.
141
+
Today true : 2015-06-12 - 2015-06-12
142
+
Today false: 2015-06-12 - 2015-06-13
143
+
144
+
When normal human say "2015-06-12" hi means "2015-06-12 23:59:59"
145
+
But default behavior in programming is "2015-06-12" = "2015-06-12 00:00:00"
146
+
Be careful with this options. Cause if you change it to "true" you will also need to change your server-side scripts to search "humanize-way".
147
+
148
+
### show_time
149
+
150
+
value: true/false
151
+
152
+
default: false
153
+
154
+
If true then will show date and time, usually it will be 00:00:00
155
+
156
+
### hours_offset
157
+
158
+
values: positive or negative integer
159
+
160
+
default: 0
161
+
162
+
To work correctly this plugin needs to detect current date-time. And it uses UTC. But if you need your local timezone or some other time-shift, your can set this option:
0 commit comments