How To Display Server Datetime on asp.net c# web Page ?
Not Local Machine date time......!!
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pranay RanaPosted Apr 22, 2015, 3:15 AM
<%= DateTime.Now.ToString() %>
that will do work for you
Nanhe SiddiquePosted Apr 22, 2015, 3:15 AM