How can I configure the date format in strapi (version 4) for the admin panel? - strapi

In the admin panel of the cms Strapi (version 4!) the date is shown in a very long format:
Is it possible to change this to e.g. YYYY-MM-DD HH:MM format?
I have tried the way described here but that does not work in V4.
The issue does not seem to be solved yet. Is anybody out there with a good workaround?

Related

URSINA how to select a date from calendar panel

I need to select a date from calendar and wish to do with URSINA panel, has anybody developed a simple ones? Please share.
I know how to do with wxpython but I would like to do with ursina.

Xamarin Datepicker: Is it possible to change the default DatePicker design and behave?

The default Xamarin DatePicker looks like this :
How can I change his default style ? For example, I want to add multiple columns of months above the current month section. Also how can I make it to select a Range instead of only one date ?
If it is not possible to make those changes what you can recommend me as a more fancy Xamarin DatePicker choose (I also tried those from Telerik but I could find only the Spinner style Picker but I still prefer calendar style ) ?
I do approve of the syncfusion datepicker but that doesn't answer your question. And the license is expensive.
I assume what you'll have to do is create your own new UserControl: "MyDatePicker" and let it inherit from the xamarin datepicker. There in the constructer you should be able to change what you want.
Be aware, the Xamarin components are still in an early "young" stage so you may not be able to change everything that you want.
I end up by creating a new page with a calendar control (which allows me select a range and some customizations) instead of popup, so basically was not needed to buy another license from Syncfusion since I already have one from Telerik.
Thanks,

CRM 2013 - Bulk Update User Setting for 'Current Format' (UK Date format..)

Does anyone know of a way of bulk updating Dynamics CRM 2013 Users to have the UK date format selected under the 'Current Format' User Setting? Either via code or using an existing tool.
I did have a tool that I used for CRM 2011 but this doesn't seem to be available any more. The XrmToolbox has a settings update tool but doesn't allow changing of this setting.
Alternatively does anyone know if their isn't a tool if this can be updated manually from the UserSettings table? (although I know this is unsupported)
I once wrote some code to do something similar.
To update the settings for an individual user, you should be able to do something like (although I haven't tried it):
Entity us = new Entity("usersettings");
us["systemuserid"] = Row.systemuserid;
us["localid"] = 2057; //UK
CRMservice.Update(us);
List of localid's is available from
https://msdn.microsoft.com/en-us/library/ms912047(WinEmbedded.10).aspx
Have a look at xrmtoolbox. There is tool called "user settings utility" that should allow you to modify user settings in bulk.
I believe usersettings table update should work as well, but I'd assume tool above uses SDK, which is more supported way.

Magento catalog filter issue

I am using Magento 1.7.0.2 and have set up a new store from scratch. (Have done this before with older versions)
I have been trying to get catalog product filters in my sidebar without any luck. I know this has been asked over and over and the simple answer is to set the 'Is Anchor' option to 'Yes' in the Category setup. I have also set 'Use in Layered Navigation' to 'Filterable (with results)' for all attributes I want to use as filters. Still, the filters do not show up in my sidebar.
When displaying the path hints in my other store, the filters are rendered in 'frontend/default/MY_THEME/template/catalog/layer/view.phtml' but in the new store it looks like this template does not show up at all when showing path hints.
If anyone could point me into the right direction of where to look or how to start finding out what is going on I would be very grateful as I have been stuck for two days now.
After quite some time of researching as well as trial and error I have found that in my case the issue was caused by disabling Flagbit_FactFinder in System > Configuration > Advanced > Disable Modules Output. So if you are having similar problems go to your magento admin panel and check the setting mentioned above.

MS Calendar Control 8.0 for VB 6.0

Does anyone know how to make the day of the week show instead of just numeric date?
I have searched the internet and found almost nothing at all on this control.
Setting the ShowDays property to true causes the days to be shown at the top of the calander.

Resources