Изменения

нет описания правки
Строка 761: Строка 761:  
    status.brk = true
 
    status.brk = true
 
    end
 
    end
    if not date.day then
+
    if not date.day and string.find(strFormat,"[dDjlNwzW]") then
 
    strFormat = trim(string.gsub(string.gsub(strFormat,"xg","F"),"[dDjlNwzW]",""))
 
    strFormat = trim(string.gsub(string.gsub(strFormat,"xg","F"),"[dDjlNwzW]",""))
 +
    elseif not date.day then
 
    elseif not inbord(date.day,1,month_end_day(date.month,date.year)) then  
 
    elseif not inbord(date.day,1,month_end_day(date.month,date.year)) then  
 
    status.errorText = tCon{
 
    status.errorText = tCon{
Анонимный участник