<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://miguelangel.torresegea.es/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://miguelangel.torresegea.es/wiki/feed.php">
        <title>miguel angel torres egea</title>
        <description></description>
        <link>https://miguelangel.torresegea.es/wiki/</link>
        <image rdf:resource="https://miguelangel.torresegea.es/wiki/_media/wiki:dokuwiki-128.png" />
       <dc:date>2026-05-23T16:56:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://miguelangel.torresegea.es/wiki/bbdd:mysql:fechas:start?rev=1777357601&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://miguelangel.torresegea.es/wiki/_media/wiki:dokuwiki-128.png">
        <title>miguel angel torres egea</title>
        <link>https://miguelangel.torresegea.es/wiki/</link>
        <url>https://miguelangel.torresegea.es/wiki/_media/wiki:dokuwiki-128.png</url>
    </image>
    <item rdf:about="https://miguelangel.torresegea.es/wiki/bbdd:mysql:fechas:start?rev=1777357601&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-28T06:26:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>manejo de fechas en mysql</title>
        <link>https://miguelangel.torresegea.es/wiki/bbdd:mysql:fechas:start?rev=1777357601&amp;do=diff</link>
        <description>manejo de fechas en mysql

bbdd mysql


SELECT now();  #   ejemplo:  &#039;2010-01-12 10:50:43&#039;



SELECT CURDATE();  # ejemplo: &#039;2010-01-12&#039;  #sin hora



SELECT curTime(); #Selecciona la hora



SELECT YEAR(NOW());  #Selecciona el año
SELECT MONTH (NOW()) as mes;  #Selecciona el mes
SELECT DAY(NOW()) as dia; #Selecciona el día 
SELECT TIME(NOW()) as hora;  #Selecciona la hora
SELECT LAST_DAY(NOW()); # Selecciona el ultimo dia del mes</description>
    </item>
</rdf:RDF>
