More than just DX News

DX Calendar November 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
HD8R T88MZ HV0A
J88PI TY0RU TK0C
ZC4RH CR2M
T88HR E2A
T88TJ OH0Z
VP2V/K6TOP D4P
FW5K 3B8M
C5R PJ4A
JD1BMH A44A
9L8MD TO9W
5R8TT 5R8XX TO7A
5V7RU PJ7UK
ZL7/LZ1GC C6AQQ
5H3MB 8R1/AG6UT
9U1RU ZF1A
XU7RRC
ZL7IO
A52AA
PJ5C
YJ0GC
J38W
VK2/LZ1GC
5J0EA
9G5ZZ
5X1XA 5X1DF
5X7W
FT4YM
5R8IC
HK3JCL Colombia
3B9KW
TZ4AM
TR8CR
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>