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 D4P
ZC4RH V47JA OH0Z
J88PI TY0RU TK0C
T88HR E2A
XU7O CR2M
T88TJ 3B8M
VP2V/K6TOP PJ4K
FW5K PJ4A
C5R PJ7UK
JD1BMH TO7A
9L8MD 8P5A
5R8TT 5R8XX TO9W
5V7RU C6AQQ
ZL7/LZ1GC OX7AKT
9U1RU V26K
5H3MB 8R1/AG6UT
XU7RRC
ZF1A
VP9I
P44W
ZL7IO
A52AA
YJ0GC
PJ5C
J38W
V47T
VK2/LZ1GC
5J0EA
9G5ZZ
5X1XA 5X1DF
5X7W
FT4YM
H44MS
3B9KW
HK3JCL Colombia
JG8NQJ/JD1
5R8IC
TZ4AM
TR8CR
DP0GVN
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>