More than just DX News

DX Calendar February 2026

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
V47JA AU7RS V3T
5H3DX OX7AKT VP9I
OX3LX TI7W
FG4KH 8P9XB
9X2AW P44W
KP5/NP3VI 8R1WA
Z81D V3O
J51A
DP0GVN
FT4YM
J52EC
C5SP
H44MS
HK3JCL Colombia
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>