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