I have tried in a thousand ways that I have seen in SOEn, but none of them helps me.
Here is an example of what I'm trying to do:
$( document ).ready(function() {
console.log(moment(new Date('2017-03-16')).format('dddd MMMM D'));
});
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/locale/es.js"></script>
Here it works perfectly, but in my system NO, why would that happen? I'm working with the same cdn
that I put in the example.