Libraryless. Click here for Pure Java version (2553L/16K).
1 | static Int parseHourAndOptionalMinutesToMinutes(S s) { |
2 | LS l = trimAll(splitAtColon(s)); |
3 | if (empty(l)) null; |
4 | int minute = parseInt(first(l))*60; |
5 | if (l(l) > 1) minute += parseInt(second(l)); |
6 | ret minute; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028625 |
Snippet name: | parseHourAndOptionalMinutesToMinutes |
Eternal ID of this version: | #1028625/2 |
Text MD5: | 902dd58aff670ba04c0c18b46b0e6b9a |
Transpilation MD5: | 90e3265d1c1dd5b6c141183ee7814592 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-06-29 11:28:57 |
Source code size: | 218 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 173 / 250 |
Version history: | 1 change(s) |
Referenced in: | [show references] |