Click here to Skip to main content
15,900,511 members

Comments by AbubakerIT (Top 2 by date)

AbubakerIT 10-Sep-15 6:39am View    
BTW, I made it like that just to make it easy to other people and not to use extra variable:

var date = new Date(followupDate);
o.Date = "\/Date("+date.valueOf()+")\/";

Is that what you want?
AbubakerIT 10-Sep-15 6:33am View    
I just faced this problem recently, and I wanted to share my solution. Anyway, do you have a problem when other members want to gain a reputation. I'm a fresh member and the code project does not recommend members not to add solutions to old threads. Does it?