vb.net - Template datetime for datapicker -


i trying create datapicker control type calendar request date. seems have create template in folder *..\ resourceswebapp \ views \ shared \ editortemplates.

it this, wrong. have go in visual basic.

@model datetime?  @html.textbox ( function (model) model.hasvalue? model.value.toshortdatestring ( "dd / mm / yyyy"), newwith {.class = "date"}) 

what correct instruction in visual basic put file datetime.vbhtml in above folder?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -