HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/TWijnstra/wijnstra.com/wwwroot/rss/rss_first_dayofmonth.php
<?php
header('Content-Type: application/xml; charset=utf-8');

// Altijd de eerste dag van de huidige maand in ddmmyyyy
$datum = date('dmY', strtotime('first day of this month'));

?>
<?xml?><rss xmlns:spotler="http://api.spotler.nl/rss/spotler/">
<channel>
<title>Spotler Group</title>
<link>https://www.spotler.com</link>
<language>nl</language>
<pubDate>04 December 2025</pubDate>
<item>
<title>12022026</title>
</item>
</channel>
</rss>