We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab4580 commit 778bd20Copy full SHA for 778bd20
functions/datetime/strptime.js
@@ -4,7 +4,6 @@ function strptime(dateStr, format) {
4
// + based on: strftime
5
// - depends on: setlocale
6
// - depends on: array_map
7
- // * test: skip
8
// * example 1: strptime('20091112222135', '%Y%m%d%H%M%S'); // Return value will depend on date and locale
9
// * returns 1: {tm_sec: 35, tm_min: 21, tm_hour: 22, tm_mday: 12, tm_mon: 10, tm_year: 109, tm_wday: 4, tm_yday: 315, unparsed: ''}
10
// * example 1: strptime('2009extra', '%Y');
0 commit comments