protected void Application_PreRequestHandlerExecute()
{
var currentCulture = (CultureInfo)Thread.CurrentThread.CurrentCulture.Clone();
currentCulture.DateTimeFormat.ShortDatePattern = "dd/MM/yyyy";
currentCulture.DateTimeFormat.DateSeparator = "/";
Thread.CurrentThread.CurrentCulture = currentCulture;
Thread.CurrentThread.CurrentUICulture = currentCulture;
}
Kaydol:
Kayıt Yorumları (Atom)
.net 6 mapget kullanımı
app.UseEndpoints(endpoints => { endpoints.MapGet("/", async context => { var response = JsonConvert.Seriali...
-
var dataProperties = Object.getOwnPropertyNames(responseStart.data); for(let i=0;i<datapProperties.length;i++){ localStorage.setItem(pr...
-
XAMPP Apache MySQL PHP 5 PHP 4 1.8.3 2.4.9 5.6.16 5.5.11 1.8.2 2.4.9 5.5.36 5.4.27 1.8.1 2.4.3 5.5.27 5.4.7 1...
-
SELECT * INTO [new_BK] FROM [old_table]
Hiç yorum yok:
Yorum Gönder