More than just DX News

DX Calendar March 2017

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
VP6EU HL4/JA8COE VP2V/N2IEN VE7ACN/7 AH2P
8P9AL 9X0SS ZS1FUN T2TT
XR5M T88KH
8Q7LH TF/KM4SII ZF2FL
PJ4D ZF2AG YN2KW
C5/PA7X YN Nicaragua
C6AKA YE0S
C6APY EA9 Melilla
E51KTA ZF2TC
XE3/LU9EFO
C6ABD S21ZEE S21ZED
5V7V J3/OE2SNL
9N7EI
3B8/G3TXF
KL7/VE7ACN
5U5R
V633KS
V47JR
9G5X
9N7XW
H40MS
T2AQ T2QR
HI3/N3SY
H40FN
E51ANQ
V21ZG
J79XBI
FY/F6CKD
5J0NA
FM/OH2IS
OH0/OH4SS
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>