asp.net - [Solved]check holiday or not from online Calendar or server with C# ASP -


i have date database. want check date holiday or not in japanese calendar online or server. there lots of holiday type in japan. please me...

[solved] created isholiday function , used wc.openread("http://s-proj.com/utils/checkholiday.php?kind=h&date=" + date) check selected date holiday or not online directly.. thank soo everyone..

you may try holiday api , haven't used myself quick @ documentation reveals can make request , they'll return json response similar :

{   "status": 200,   "holidays": [{     "name": "independence day",     "date": "2015-07-04"     "observed": "2015-07-03"     "public": true,   }] } 

as pointed in comments above question doesn't contain code samples , broad answer.

hope helps !


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -