moment.js in JqueryMobile

moment.js in JqueryMobile

Hi everyone!

I am geeksha and I am starting with Jquery Mobile.I have one web app multipage almost finished :-), but I can't to get date and time for my home page.I thought that moment.js can be useful and I added in the head of the document like that:

    <!-- Librerías necesarias -->
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0rc1/jquery.mobile-1.0rc1.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0rc1/jquery.mobile-1.0rc1.min.js"></script>
<script src="https://raw.github.com/timrwood/moment/2.0.0/min/moment.min.js"></script>
<script src="https://github.com/timrwood/moment/blob/master/lang/es.js"></script>

Whai is wrong?Why can't get date/time??

Thanks in advance!