isite 2024.8.15 → 2024.8.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -180,6 +180,13 @@ exports = module.exports = function init(____0) {
180
180
  }
181
181
  return 0;
182
182
  };
183
+
184
+ fn.getDate = function (_any) {
185
+ _any = _any ? new Date(_any) : new Date();
186
+ _any.setHours(12, 0, 0, 0);
187
+ return _any;
188
+ };
189
+
183
190
  fn.toDateTime = function (_any) {
184
191
  return new Date(_any);
185
192
  };
@@ -439,6 +446,7 @@ exports = module.exports = function init(____0) {
439
446
  ____0.toInt = ____0.to_int = fn.toInt;
440
447
  ____0.toFloat = ____0.to_float = fn.toFloat;
441
448
 
449
+ ____0.getDate = fn.getDate;
442
450
  ____0.toDateTime = fn.toDateTime;
443
451
  ____0.toDateOnly = ____0.toDate = fn.toDateOnly;
444
452
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2024.08.15",
3
+ "version": "2024.08.16",
4
4
  "description": "Create High Level Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {