More than just DX News

DX Calendar January 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 29 30 31
FO/JI1JKW T88HS VP2M T88JH
XT2MAX T88YL
XU7GNY V47JA
C5YK J52EC
H44MS
9X2AW
HC1MD/2
FG4KH
5H3DX
C5SP
P40AA
KP5/NP3VI
PJ2ND
VE3VSM/HR9
FT4YM
Z81D
DP0GVN
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>