More than just DX News

DX Calendar March 2025

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
AH2R ZF2CA VU4AX 4L5O
ZF1A VK9CU 6Y7EI PZ5TW
ZF2RJ C6AJB HD8CW HC5CW/8
TO4A 9M6NA
VP9/N1SV CQ3W
TO3Z KH0/JR1FKR
FS/VA3QSL CT9/OM7JG
TZ1CE V26K
5W0UO 3B9DJ
PJ2/N1ZZ TO1Q
VK9XU ZF2LC
J79AN J38XB
FG4KH J79WTA
VP2MMN DP0GVN
7Q2T E51ANQ
V26MN FM/F8AAN
8J1RL
PJ7AA
4S7KKG
D68Z
6W7/ON4AVT
TY5C
RI1ANE
If you want to implement calendar on your site simply add the following code:
<div id="DXNewsCalendar"></div>
<script>
var url = 'https://dxnews.com/calendar.php?width=21&lang=en';
var script = document.createElement('script');
script.setAttribute('src', url);
document.getElementsByTagName('head')[0].appendChild(script);
</script>
You can change the size of calendar by changing width property in URL
For bigger calendar set greater value of width. For example

<div id="DXNewsCalendar"></div>
<script>
var url = 'https://dxnews.com/calendar.php?width=30&lang=en';
var script = document.createElement('script');
script.setAttribute('src', url);
document.getElementsByTagName('head')[0].appendChild(script);
</script>