March 1, 2012

convert Today() function in javascript to vbscript

Question by elad vider

i whant to convert the Today function into asp classic

thanks

Answer by Starx

It’s been long since I tried this, but, I will give it my best shot

<script type="text/vbscript">

document.write(Day(Now));

</script>

Author: Nabin Nepal (Starx)

Hello, I am Nabin Nepal and you can call me Starx. This is my blog where write about my life and my involvements. I am a Software Developer, A Cyclist and a Realist. I hope you will find my blog interesting. Follow me on Google+

...

Please fill the form - I will response as fast as I can!