mike1st
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Calculated Fields Form] How to choose a max value?It’s done!
Thaks so much!Forum: Plugins
In reply to: [Calculated Fields Form] CDATE () +1 year?Thanks.
Forum: Plugins
In reply to: [Calculated Fields Form] CDATE () +1 year?Thanks for answer!
(function(){
var p = CDATE(fieldname1, ‘dd/mm/yyyy’).split(‘/’);
p[2] = p[2]*1+1;
return p.join(‘/’);
})()But, this function work incorrect. 29/02/2020—-> 29/02/2021, there is no date in 2021
Forum: Plugins
In reply to: [Calculated Fields Form] CDATE () +1 year?Is it possible to add to the value of the year?
Adding 365 (or 366) days for my task will be incorrect.
For example, 01/01/2020 + 365 = 31/12/2020 (I need 01/01/2021). +10 years, +8 years … etc
Forum: Themes and Templates
In reply to: [SpicePress] feedback popup formThanks. It’s ok
Forum: Themes and Templates
In reply to: [SpicePress] feedback popup formThanks for the answer, but I have another question.
How to make a static feedback form as in the demo version of the Spicepress Theme?
Viewing 6 replies - 1 through 6 (of 6 total)