This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "MewsCommander", | |
| "version": "0.0.1", | |
| "description": "Mews commander", | |
| "main": "index.js", | |
| "dependencies": {}, | |
| "devDependencies": { | |
| "bower": "^1.3.3", | |
| "grunt": "^0.4.5", | |
| "load-grunt-tasks": "^3.2.0", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function checkDate(m, d, y) { | |
| // discuss at: http://phpjs.org/functions/checkdate/ | |
| // original by: Kevin van Zonneveld (http://kevin.vanzonneveld.net) | |
| // improved by: Pyerre | |
| // improved by: Theriault | |
| // example 1: checkdate(12, 31, 2000); | |
| // returns 1: true | |
| // example 2: checkdate(2, 29, 2001); | |
| // returns 2: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // PHP verze zde: https://phpfashion.com/jak-overit-platne-ic-a-rodne-cislo | |
| function checkDate(m, d, y) { | |
| // discuss at: http://phpjs.org/functions/checkdate/ | |
| // original by: Kevin van Zonneveld (http://kevin.vanzonneveld.net) | |
| // improved by: Pyerre | |
| // improved by: Theriault | |
| // example 1: checkdate(12, 31, 2000); | |
| // returns 1: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "IssuedUtc":"2017-04-05T10:43:17+02:00", | |
| "BillId":"99e177d5-121c-4d86-8693-fa1d8656ceae", | |
| "RegisterId":"99e177d5-552d-121c-8693-fa1b8656c32a", | |
| "BillNumber":"RP20170000001", | |
| "TaxIdentfier": "SK123465798", | |
| "Payments":[ | |
| { | |
| "Type":"PaymentType.Cash", | |
| "Value":109.00, |
OlderNewer