Activities of "Merna"

Answer

Hello maliming, I've separated applications in my project ,so I've tried distributed cache and it works fine for me . please let know if you've a better idea about it.

Answer

Hello , I did used Update action in tenant repository but still identity cant cache the new status till at least an hours passes. so is there any other action I should call to trigger this event or is there a way to remove caching for tenants manually? cause I want an instant response from identity but it doesn't work as it should be.

Hello , I tried these configurations ,but unfortunately it doesn't work either.

Hello , I tried to enforce the culture to use en-US and date is Gregorian in arabic .

Using : <input hidden type="text" class="form-control" name="testHijriInput1" value="@DateTime.Now.AddMonths(-1).Date.ToString(new CultureInfo("en-US"))" />

so ,is there a way to be more generic to configure it once in the whole application?

hello , still hijri date appears

if (CultureInfo.CurrentUICulture.TwoLetterISOLanguageName == "ar") {

        &lt;input  hidden
               type=&quot;text&quot;
               class=&quot;form-control&quot;
               name=&quot;testHijriInput&quot;
               value=&quot;@DateTime.Now.AddMonths(-1).Date.ToString(&quot;MM/dd/yyyy&quot;)&quot; /&gt;
    }
    else
    {
        &lt;input hidden
            type=&quot;text&quot;
            class=&quot;form-control&quot;
            name=&quot;testHijriInput&quot;
            value=&quot;@DateTime.Now.AddMonths(-1).Date.ToString(CultureInfo.CurrentUICulture.DateTimeFormat.ShortDatePattern)&quot; /&gt;
         
    }

Hello , Here is my code ,

   <input hidden
                type="text"
                class="form-control"
                name="testHijriInput"
                value="@DateTime.Now.AddMonths(-1).Date.ToString(CultureInfo.CurrentUICulture.DateTimeFormat.ShortDatePattern)" />

I have used CultureInfo.CurrentUICulture .

Hello , I have tried to add input hidden in my application to add this solution but still return hijri in ar culture .

hello , Here is the languages we use in our application .

Steps : 1-Use Ar languages 2- select date then search **(Before Submitting)

**(After Submitting) years only in dates is return in hijri but wrongly cause now we are in 1443 not 1422

Hello , ABP Framework version: v5.1 UI type: MVC

Showing 11 to 19 of 19 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 05, 2025, 12:34
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.