| 8357 | return r[i] + u; |
| 8358 | } |
| 8359 | function oi(t, e) { |
| 8360 | var n = t._adapter, |
| 8361 | i = t.options.time, |
| 8362 | a = i.parser, |
| 8363 | r = a || i.format, |
| 8364 | o = e; |
| 8365 | return ( |
| 8366 | "function" == typeof a && (o = a(o)), |
| 8367 | V.isFinite(o) || (o = "string" == typeof r ? n.parse(o, r) : n.parse(o)), |
| 8368 | null !== o |
| 8369 | ? +o |
| 8370 | : (a || |
| 8371 | "function" != typeof r || |
| 8372 | ((o = r(e)), V.isFinite(o) || (o = n.parse(o))), |
| 8373 | o) |
| 8374 | ); |
| 8375 | } |
| 8376 | function si(t, e) { |
| 8377 | if (V.isNullOrUndef(e)) return null; |
| 8378 | var n = t.options.time, |