Father's day international
- when is fathers day in china
- when is fathers day in china
- when is fathers day in china 2024
- when is fathers day in chinese
Father's day 2025
Father's day card.
When is Father's Day in Shanghai Shi, China?
$curl -G -d country="CN-SH"-d year="2024"-d pretty
-d key="__YOUR_API_KEY__""https://holidayapi.com/v1/holidays"
import "github.com/joshtronic/go-holidayapi"
hapi := holidayapi.NewV1("__YOUR_API_KEY__")
holidays, err := hapi.Holidays(map[string]interface{}{
"country": "CN-SH",
"year": "2024",
})
import { HolidayAPI } from 'holidayapi';
const key = '__YOUR_API_KEY__'
const holidayApi = new HolidayAPI({ key });
holidayApi.holidays({
country: 'CN-SH',
year: '2024',
});
$key = '__YOUR_API_KEY__';
$holiday_api = new \HolidayAPI\Client(['key' => $key]);
$holidays = $holiday_api->holidays([
'country' => 'CN-SH',
'year' => '2024',
]);
$Body = @{}
$Body.key = "__YOUR_API_KEY__"
$Body.country = "CN-SH"
$Body.year = "2024"
$Url = "https://holidayapi.com/v1/holidays"
$Result = Invoke-RestMethod -Uri $Url -Body $Body
$Result.holidays
import holidayapi
key = '__YOUR_API_KEY__'
hapi = holidayapi.v1(key)
holidays = hapi.holidays
- china fathers day 2022