Search found 3 matches

Go to advanced search

by Mehrrang Mazhar
Mon Feb 01, 2016 7:33 am
Forum: Issues
Topic: Template editing problems after the latest release
Replies: 35
Views: 7453
 
Jump to post

Template editing problems after the latest release

Dear sirs,

I have the same problem and really suffering for that, I searched forum but nothing find except this topic.
for every changing in template page everything freeze for a long time (more than 30 seconds) and chrome wants to kill the page.

would you please help me on this issue?

by Mehrrang Mazhar
Mon Jan 18, 2016 6:10 am
Forum: Issues
Topic: How to compare 2 date ranges in DB collection
Replies: 18
Views: 2760
 
Jump to post

How to compare 2 date ranges in DB collection

thank you I fix it by my self as bellow for everyone who has this problem: var d = new Date(); d.setDate(d.getDate()); var dateStr = d.toISOString().replace(/T.+/gi, ""); var returnObject = { "column01": { "$regex": "search_word" , $options: "i" }, &...
by Mehrrang Mazhar
Sun Jan 17, 2016 6:29 am
Forum: Issues
Topic: How to compare 2 date ranges in DB collection
Replies: 18
Views: 2760
 
Jump to post

How to compare 2 date ranges in DB collection

Hi Yurii,

would you please help me to make 'where' code for this type:

start date: before (any date in the past)
end date: Now (today)

I want to show records from today to future (records with the past date don't show)

Best Regards

Go to advanced search