More than just DX News

DX Calendar October 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 31
VK9/SP9FIH JW7XK JW6VM JW9DL JW5X YJ0CA OA4O Peru 9L8MD
T88PB ZL7IO D4Z 5R8TT 5R8XX
V6D E51MWA TO2M J88PI
A52G P44W 9U1RU
5X2I V26B
WH0RU KH7M
E6AD V31VP
SX5P
D4C
V47T
A44A
HQ9X
FY5FY
FY5KE
SU0ERA
4L0A
ED8A
XF4B
VP2MPN
VU7T
8P5A
C5Y
D4D
TO4K
TR8CR
P40W
J8K
VP2VRX
5K0UA
6O3T
HD8R
3B9KW
D2A
EF8R
PJ6A
FW5K
PJ6Y
C5R
PJ4K
5H3MB
TG9BBV
5R8IC
XT2AW
9K2HN Kuwait
JG8NQJ/JD1
HK3JCL Colombia
TZ4AM
H44MS
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>