fish-helper 0.0.3 → 0.0.5
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.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,13 +8,13 @@ const helper = require('fish-helper')
|
|
|
8
8
|
|
|
9
9
|
> Methods
|
|
10
10
|
>
|
|
11
|
-
> - before_lt_hour(date, hour) ------- the date is less than <strong>hour</strong> from <strong>now</strong>
|
|
11
|
+
> - before_lt_hour(date, hour) ------- The <strong>date</strong> is less than <strong>now</strong>, and the date is less than <strong>hour</strong> from <strong>now</strong>
|
|
12
12
|
>
|
|
13
|
-
> - before_gt_hour(date, hour) ------- the date is greater than <strong>hour</strong> from <strong>now</strong>
|
|
13
|
+
> - before_gt_hour(date, hour) ------- The <strong>date</strong> is less than <strong>now</strong>, and the date is greater than <strong>hour</strong> from <strong>now</strong>
|
|
14
14
|
>
|
|
15
|
-
> - after_lt_hour(date, hour) ------- the date is less than <strong>hour</strong> from <strong>now</strong>
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
> - after_lt_hour(date, hour) ------- The <strong>date</strong> is greater than <strong>now</strong>, and the date is less than <strong>hour</strong> from <strong>now</strong>
|
|
16
|
+
>
|
|
17
|
+
> - after_gt_hour(date, hour) ------- The <strong>date</strong> is greater than <strong>now</strong>, and the date is greater than <strong>hour</strong> from <strong>now</strong>
|
|
18
18
|
>
|
|
19
19
|
> - is_current_year(date) ------- return Boolean
|
|
20
20
|
>
|