How would one get resx resource strings into javascript code stored in a .js file?
If your javascript is in a script block in the markup, you can use this syntax:>
use a hidden field to hold the resource string value and then access the field value in javascript for example : " />
var todayString= $("input[name=TodayString][type=hidden]").val();