• Tomi Astikainen
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I have created, activated, and published a community, and assigned profiles to the community, but the community is not showing up in the Setup menu in lightning under App Manager. It is also not available to add to the App Launcher and in app menu, so internal employees who use the community cannot access it. Does anyone know how to fix this and make the Community show up as an App in App Manager?
Hi,
on my force.com public site, the input date format uses the US format, but the public site guest user shows the time zone as GMT and locale as English/Ireland

The page is very simple and on another org, which looks identical to me, it is fine:
<apex:page standardController="Contact"  >
<apex:form>
<apex:inputField id="Date" value="{!Contact.BirthDate}" />
</apex:form>
</apex:page>

any ideas?